home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / man / man-part1 / cat2 / fac3d.2 < prev    next >
Text File  |  1999-09-16  |  630b  |  67 lines

  1.  
  2.  
  3.  
  4. fac3d(2)                       Scilab Function                       fac3d(2)
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. NAME
  12.   fac3d - complex 3D surface plotting
  13.  
  14. CALLING SEQUENCE
  15.   fac3d(x,y,z[,theta,alpha,leg,flag,ebox])
  16.   fac3d1(x,y,z[,theta,alpha,leg,flag,ebox])
  17.  
  18. PARAMETERS
  19.  
  20.   x,y,z          : matrices of sizes (nf,n1) (facets coordinates). nf :facets
  21.                  size, n1: number of facets
  22.  
  23.   rest           : see plot3d.
  24.  
  25. DESCRIPTION
  26.   Draw the surface  defined by a set of n1 facets of coordinates x(:,i),
  27.   y(:,i), z(:,i) i=1:n1
  28.  
  29.   Enter the command  fac3d() to see a demo.
  30.  
  31. SEE ALSO
  32.   plot3d, eval3dp, genfac3d.
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.